
.news-body{
    min-height: 100vh;
}
.marginauto{
    margin: 0 auto;
}

.section-two1{
    width: 100%;
    /* width: 1920px; */
    height: 210px;
    background-image: url('../img/news-bg1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.section-two1 .news-title{
    width: 1200px;
    height: 100%;
    padding:81px 0 0 20px ;
    box-sizing: border-box;
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.section-three1{
    width: 100%;
    /* height: calc(100vh - 527px); */
    min-height:  calc(100vh - 527px);
    /* flex:1; */
    background: #F4F4F4;
    padding-bottom: 68px;
}
.section-three1 .news-container{
    width: 1200px;
    height: 100%;
}
.section-three1 .news-container .link-title{
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-top: 24px;
    margin-bottom: 23px;
}
.section-three1 .news-container .link-title .link-title1{
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.section-three1 .news-container .news-detail{
    background-color: #fff;
    padding:20px;
    border-radius: 4px;
}
.section-three1 .news-container .news-detail p img{
    max-width: 100%;
}
.section-three1 .news-container .news-detail p{
    word-wrap: break-word;
}
.section-three1 .news-container .news-box{
    width: 1200px;
    /* height: 1410px; */
    padding: 0 45px;
    display: flex;
    flex-wrap: wrap;

}
.section-three1 .news-container .news-box .news-item{
    width: 350px;
    height: 450px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px #EAF2F1;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}
.section-three1 .news-container .news-box .news-item .news-top{
    width: 350px;
    height: 230px;
    position: relative;
}
.section-three1 .news-container .news-box .news-item .news-top .news-calendar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 67px;
    height: 78.19px;
    border-radius: 8px;
    background: radial-gradient(80.26% 80.92% at 11.3% 53.7%, #FFC229 0%, #FD5F00 100%);
    position: absolute;
    right: 20px;
    bottom: -20px;
}
.section-three1 .news-container .news-box .news-item .news-top .news-calendar .calendar-day{
    color: #FFF;
    text-align: center;
    font-size: 29.805px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-three1 .news-container .news-box .news-item .news-top .news-calendar .calendar-month{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-three1 .news-container .news-box .news-item .news-top img{
    width: 100%;
    height: 100%;
}
.section-three1 .news-container .news-box .news-item .news-body{
    padding: 0 16px 20px;
    box-sizing: border-box;
}
.section-three1 .news-container .news-box .news-item .news-body .news-title2{
    width: 318px;
    height: 44px;
    margin: 44px auto 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。  */
    display: -webkit-box;
    /* -webkit-line-clamp用来限制在一个块元素显示的文本的行数 */
    -webkit-line-clamp: 2;
    /* -webkit-box-orient 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。 */
    /* 从顶部向底部垂直布置子元素 */
    -webkit-box-orient: vertical;
    color: #131313;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    /* padding: 44px 0 23px; */
    box-sizing: border-box;
    line-height: normal;
}
.section-three1 .news-container .news-box .news-item .news-body .news-title3{
    width: 318px;
    height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。  */
    display: -webkit-box;
    /* -webkit-line-clamp用来限制在一个块元素显示的文本的行数 */
    -webkit-line-clamp: 4;
    /* -webkit-box-orient 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。 */
    /* 从顶部向底部垂直布置子元素 */
    -webkit-box-orient: vertical;
    color: #666;
    font-family: MiSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-three1 .news-container .pagination{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.section-three1 .news-container .pagination .prev,.next{
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #FFF;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 4px;
}
.section-three1 .news-container .pagination .pageitem{
    display: flex;
}
.section-three1 .news-container .pagination .pageitem li{
    width: 40px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    background-color: #FFF;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 6px;
}
.section-three1 .news-container .pagination .pageitem li.more{
    background-image: url('../../img/ellipticalSentence.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center
}
.section-three1 .news-container .pagination .pageitem li.prevbtn:hover{
    background-image: url('../../img/arrowleft.png');
}

.section-three1 .news-container .pagination .pageitem li.nextbtn:hover{
    background-image: url('../../img/awrrowright.png');
}

.dispalynone{
    display: none;
}
.dispalyblock{
    display: block;
}
.activestyles{
    background-color: #FFC229 !important;
}
